home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TFILESELECTORDIALOG / TFILESELECTORDIALOG.txt
Text File  |  1997-02-27  |  13KB  |  449 lines

  1. object FileSelectorDialog: TFileSelectorDialog
  2.   Left = 11
  3.   Top = 9
  4.   Width = 528
  5.   Height = 402
  6.   HelpContext = 100
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 520
  21.     Height = 41
  22.     Align = alTop
  23.     TabOrder = 0
  24.     object Label2: TLabel
  25.       Left = 8
  26.       Top = 11
  27.       Width = 50
  28.       Height = 15
  29.       Caption = '&Location:'
  30.       FocusControl = LocationBox
  31.     end
  32.     object LocationBox: TEdit
  33.       Left = 64
  34.       Top = 8
  35.       Width = 369
  36.       Height = 23
  37.       AutoSize = False
  38.       Ctl3D = True
  39.       ParentCtl3D = False
  40.       TabOrder = 0
  41.       OnExit = LocationBoxExit
  42.     end
  43.   end
  44.   object Panel2: TPanel
  45.     Left = 0
  46.     Top = 266
  47.     Width = 520
  48.     Height = 109
  49.     Align = alBottom
  50.     TabOrder = 1
  51.     object Label1: TLabel
  52.       Left = 8
  53.       Top = 19
  54.       Width = 60
  55.       Height = 15
  56.       Caption = '&File Name:'
  57.       FocusControl = FName
  58.     end
  59.     object FilterLabel: TLabel
  60.       Left = 8
  61.       Top = 51
  62.       Width = 52
  63.       Height = 15
  64.       Caption = 'File &Type:'
  65.       Transparent = True
  66.     end
  67.     object FName: TEdit
  68.       Left = 72
  69.       Top = 16
  70.       Width = 345
  71.       Height = 23
  72.       AutoSize = False
  73.       TabOrder = 0
  74.     end
  75.     object SearchAll: TCheckBox
  76.       Left = 148
  77.       Top = 80
  78.       Width = 129
  79.       Height = 17
  80.       Caption = '&Search Entire Drive'
  81.       TabOrder = 1
  82.       OnClick = SearchAllClick
  83.     end
  84.     object ShowDetail: TCheckBox
  85.       Left = 8
  86.       Top = 80
  87.       Width = 121
  88.       Height = 17
  89.       Caption = 'Show File &Details'
  90.       TabOrder = 2
  91.       OnClick = ShowDetailClick
  92.     end
  93.     object Preview: TCheckBox
  94.       Left = 296
  95.       Top = 80
  96.       Width = 105
  97.       Height = 17
  98.       Caption = 'Show &Preview'
  99.       TabOrder = 3
  100.       OnClick = PreviewClick
  101.     end
  102.     object Panel5: TPanel
  103.       Left = 424
  104.       Top = 1
  105.       Width = 95
  106.       Height = 107
  107.       Align = alRight
  108.       BevelOuter = bvNone
  109.       TabOrder = 4
  110.       object OkButton: TBitBtn
  111.         Left = 7
  112.         Top = 8
  113.         Width = 81
  114.         Height = 28
  115.         Caption = 'OK'
  116.         Default = True
  117.         TabOrder = 0
  118.         OnClick = OkButtonClick
  119.         Glyph.Data = {
  120.           F6000000424DF600000000000000760000002800000010000000100000000100
  121.           0400000000008000000000000000000000001000000010000000000000000000
  122.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  123.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  124.           3333333333333333300033333333333000B0330000300000E00030BFB70FBFB0
  125.           E0003000000BFBF0E00030BFB70FBFB0E0003000000BFBF0E00030BFB70F0FB0
  126.           E00030000000FBF0E00030BFB700BFB0E0003300000BFB0000003333330FB033
  127.           33333333330B033333333333330F833333333333333083333333}
  128.       end
  129.       object CancelButton: TBitBtn
  130.         Left = 7
  131.         Top = 40
  132.         Width = 81
  133.         Height = 28
  134.         Cancel = True
  135.         Caption = 'Cancel'
  136.         ModalResult = 2
  137.         TabOrder = 1
  138.         Glyph.Data = {
  139.           F6000000424DF600000000000000760000002800000010000000100000000100
  140.           0400000000008000000000000000000000001000000010000000000000000000
  141.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  142.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333
  143.           33333333330F833333333333330B033330003333330FB03000B03380000BFB00
  144.           E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0
  145.           E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000
  146.           0000333333333333333333333333333333333333333333333333}
  147.       end
  148.       object HelpButton: TBitBtn
  149.         Left = 7
  150.         Top = 72
  151.         Width = 81
  152.         Height = 28
  153.         Caption = '&Help'
  154.         TabOrder = 2
  155.         OnClick = HelpButtonClick
  156.         Glyph.Data = {
  157.           76010000424D760100000000000076000000280000001B000000100000000100
  158.           0400000000000001000000000000000000001000000010000000000000000000
  159.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  160.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  161.           3300003333333330000033333333333300BFBF00333333300000333333333330
  162.           FBF00BFB03333330000033333333330FBFBFBFBFB0333330000033333333300B
  163.           FBFBFBFBF003333000003333333000BFBFB00FBFBF00033000003333330BF0FB
  164.           FB0BF0FBFB0BF03000003CC330BF80BF000FBF00BF08BF0000003CC330FBF0F0
  165.           FF00F0FF0B0BFB000000333330BF00B0F00FB0F00F00BF0000003CC3330030F0
  166.           000BF0000B03003000003CCC3333300F00BFBF00B00333300000333CC333330B
  167.           FBF00BFBF03333300000CC3CC3333330BFBF0FBF033333300000CCCCC3333333
  168.           00FBFB003333333000003CCC3333333333000033333333300000}
  169.       end
  170.     end
  171.     object FilterBox: TComboBox
  172.       Left = 72
  173.       Top = 48
  174.       Width = 345
  175.       Height = 23
  176.       ItemHeight = 15
  177.       TabOrder = 5
  178.       Text = '*.*'
  179.       OnChange = FilterBoxChange
  180.       OnDropDown = FilterBoxDropDown
  181.       OnExit = FilterBoxExit
  182.       OnKeyDown = FilterBoxKeyDown
  183.     end
  184.   end
  185.   object MainPanel: TPanel
  186.     Left = 0
  187.     Top = 41
  188.     Width = 520
  189.     Height = 225
  190.     Align = alClient
  191.     BevelOuter = bvNone
  192.     TabOrder = 2
  193.     object FileListPanel: TPanel
  194.       Left = 0
  195.       Top = 0
  196.       Width = 257
  197.       Height = 225
  198.       Align = alLeft
  199.       BevelInner = bvLowered
  200.       BorderWidth = 6
  201.       TabOrder = 0
  202.       object HeaderPanel: TPanel
  203.         Left = 8
  204.         Top = 8
  205.         Width = 241
  206.         Height = 17
  207.         Align = alTop
  208.         BevelOuter = bvNone
  209.         Caption = 'HeaderPanel'
  210.         TabOrder = 0
  211.         Visible = False
  212.         object Header: THeader
  213.           Left = 0
  214.           Top = 0
  215.           Width = 241
  216.           Height = 17
  217.           BorderStyle = bsNone
  218.           Font.Color = clBtnText
  219.           Font.Height = -11
  220.           Font.Name = 'Arial'
  221.           Font.Style = []
  222.           ParentFont = False
  223.           Sections.Sections = (
  224.             #0'43'#0'Name'
  225.             #0'32'#0'Size'
  226.             #0'36'#0'Date'
  227.             #0'37'#0'Time'
  228.             #0'24'#0'Attr'
  229.             #0'11'#0' ')
  230.           TabOrder = 0
  231.           OnSized = HeaderSized
  232.         end
  233.       end
  234.       object FileList: TFileList
  235.         Left = 8
  236.         Top = 25
  237.         Width = 241
  238.         Height = 192
  239.         Align = alClient
  240.         Ctl3D = True
  241.         ExtendedSelect = False
  242.         Font.Color = clWindowText
  243.         Font.Height = -12
  244.         Font.Name = 'Arial'
  245.         Font.Style = []
  246.         ItemHeight = 18
  247.         ParentCtl3D = False
  248.         ParentFont = False
  249.         TabOrder = 1
  250.         OnDblClick = FileListDblClick
  251.         OnChange = FileListChange
  252.         OnSearchBegin = FileListSearchBegin
  253.         OnSearchEnd = FileListSearchEnd
  254.         FileMask = '*.*'
  255.         TextCase = tcNone
  256.         FileDetails = [fdName]
  257.         ListDetails = [ldDrives, ldSystemDirectories, ldDirectories, ldFiles]
  258.         SearchMode = smNormal
  259.         BusyCursor = crHourGlass
  260.         Header = Header
  261.         HighlightFG = clHighlightText
  262.         HighlightBG = clHighlight
  263.       end
  264.     end
  265.     object SplitterPanel: TPanel
  266.       Left = 257
  267.       Top = 0
  268.       Width = 4
  269.       Height = 225
  270.       Cursor = crHSplit
  271.       Align = alLeft
  272.       BevelOuter = bvNone
  273.       DragCursor = crDefault
  274.       Color = clBlack
  275.       TabOrder = 1
  276.       OnMouseDown = SplitterPanelMouseDown
  277.       OnMouseMove = SplitterPanelMouseMove
  278.       OnMouseUp = SplitterPanelMouseUp
  279.     end
  280.     object ViewerPanel: TPanel
  281.       Left = 261
  282.       Top = 0
  283.       Width = 259
  284.       Height = 225
  285.       Align = alClient
  286.       BevelInner = bvLowered
  287.       BorderWidth = 6
  288.       TabOrder = 2
  289.       object Notebook: TNotebook
  290.         Left = 8
  291.         Top = 8
  292.         Width = 243
  293.         Height = 209
  294.         Align = alClient
  295.         PageIndex = 3
  296.         TabOrder = 0
  297.         object TPage
  298.           Left = 0
  299.           Top = 0
  300.           Caption = 'Text'
  301.           object TextFilePaintBox: TPaintBox
  302.             Left = 0
  303.             Top = 0
  304.             Width = 243
  305.             Height = 209
  306.             Align = alClient
  307.             OnPaint = TextFilePaintBoxPaint
  308.           end
  309.         end
  310.         object TPage
  311.           Left = 0
  312.           Top = 0
  313.           Caption = 'Image'
  314.           object ImageScrollBox: TScrollBox
  315.             Left = 0
  316.             Top = 0
  317.             Width = 243
  318.             Height = 209
  319.             Align = alClient
  320.             BorderStyle = bsNone
  321.             TabOrder = 0
  322.             object ImagePaintBox: TNeoBookPaintBox
  323.               Left = 0
  324.               Top = 0
  325.               Width = 73
  326.               Height = 69
  327.               OnPaint = ImagePaintBoxPaint
  328.             end
  329.             object ImageViewer: TPMultiImage
  330.               Left = 0
  331.               Top = 0
  332.               Width = 61
  333.               Height = 57
  334.               Color = clBtnFace
  335.               ImageName = 'file not found'
  336.               ImageDither = True
  337.               ImageReadRes = lAutoMatic
  338.               ImageWriteRes = sAutoMatic
  339.               TifSaveCompress = sNONE
  340.               JPegSaveQuality = 25
  341.               JPegSaveSmooth = 0
  342.               TextLeft = 0
  343.               TextTop = 0
  344.               TextRotate = 0
  345.               TabOrder = 0
  346.               TabStop = False
  347.               Visible = False
  348.             end
  349.           end
  350.         end
  351.         object TPage
  352.           Left = 0
  353.           Top = 0
  354.           Caption = 'Media'
  355.           object Panel4: TPanel
  356.             Left = 0
  357.             Top = 0
  358.             Width = 243
  359.             Height = 168
  360.             Align = alClient
  361.             BevelInner = bvLowered
  362.             BorderWidth = 4
  363.             TabOrder = 0
  364.             object VideoPanel: TPanel
  365.               Left = 6
  366.               Top = 6
  367.               Width = 231
  368.               Height = 156
  369.               Align = alClient
  370.               BevelOuter = bvNone
  371.               ParentColor = True
  372.               TabOrder = 0
  373.               object VideoPaintBox: TNeoBookPaintBox
  374.                 Left = 0
  375.                 Top = 0
  376.                 Width = 231
  377.                 Height = 156
  378.                 Align = alClient
  379.               end
  380.             end
  381.           end
  382.           object Panel3: TPanel
  383.             Left = 0
  384.             Top = 168
  385.             Width = 243
  386.             Height = 41
  387.             Align = alBottom
  388.             TabOrder = 1
  389.             object PlayBtn: TSpeedButton
  390.               Left = 8
  391.               Top = 8
  392.               Width = 25
  393.               Height = 25
  394.               Glyph.Data = {
  395.                 66010000424D6601000000000000760000002800000014000000140000000100
  396.                 040000000000F000000000000000000000001000000010000000000000000000
  397.                 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  398.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  399.                 7777777700007777777777777777777700007777777777777777777700007777
  400.                 770877777777777700007777770087777777777700007777770A087777777777
  401.                 00007777770AA0877777777700007777770AAA087777777700007777770AAAA0
  402.                 8777777700007777770AAAAA0877777700007777770AAAAAA077777700007777
  403.                 770AAAAA0777777700007777770AAAA07777777700007777770AAA0777777777
  404.                 00007777770AA0777777777700007777770A0777777777770000777777007777
  405.                 7777777700007777770777777777777700007777777777777777777700007777
  406.                 77777777777777770000}
  407.               OnClick = PlayBtnClick
  408.             end
  409.             object StopBtn: TSpeedButton
  410.               Left = 36
  411.               Top = 8
  412.               Width = 25
  413.               Height = 25
  414.               Glyph.Data = {
  415.                 F6000000424DF600000000000000760000002800000010000000100000000100
  416.                 0400000000008000000000000000000000001000000010000000000000000000
  417.                 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  418.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330B00000000
  419.                 003333000000000000333330EEEEEEEE0333333000000000033333330BFBFBF0
  420.                 33333330BFBFBFBF03333330FBFBFBFBF0333330BFB8800FB0333330FBFBFBF0
  421.                 F0333330BFBFBFB0B0333330F0F0F0F0F0333330B0B0B0B003333330F0F0F0F0
  422.                 33333330B0B0B0B03333333300F0F00333333333330000333333}
  423.               OnClick = StopBtnClick
  424.             end
  425.           end
  426.         end
  427.         object TPage
  428.           Left = 0
  429.           Top = 0
  430.           Caption = 'None'
  431.         end
  432.         object TPage
  433.           Left = 0
  434.           Top = 0
  435.           Caption = 'Palette'
  436.           object PalettePaintBox: TPaintBox
  437.             Left = 0
  438.             Top = 0
  439.             Width = 243
  440.             Height = 209
  441.             Align = alClient
  442.             OnPaint = PalettePaintBoxPaint
  443.           end
  444.         end
  445.       end
  446.     end
  447.   end
  448. end
  449.